Welcome![Sign In][Sign Up]
Location:
Search - LEVEL 1

Search list

[Internet-NetworkRAS

Description: 目录RAS高级编程是一个RAS拨号程序高级开发,通过该程序不经能够实现电话拨号功能,还能实现如adsl、网通等拨号功能,还能够监控modem或者网卡的网络流量,绝对是一个值得读者学习的程序。-Contents RAS high-level programming is a RAS dial-up high-level development program, through which the program can be achieved without a dial-up functionality, but also to achieve, such as adsl, Netcom dial-up functionality, but also to monitor network traffic modem or network card is definitely worth a reader learning process.
Platform: | Size: 702464 | Author: 王丽君 | Hits:

[Special Effects256

Description: 256色转灰度图 256色转灰度图-256-color gray level 256 to switch to 256 colors change colors change grayscale grayscale
Platform: | Size: 1250304 | Author: wangshui | Hits:

[ActiveX/DCOM/ATLrebootcomputer

Description: 自动关闭和重启计算级的程序 用vc代码实现 代码简洁 -Automatic shutdown and restart procedure for calculating using vc code-level implementation code clean
Platform: | Size: 20480 | Author: zhang | Hits:

[Picture ViewerRotationFont

Description: 文字一般情况下是水平显示的,本程序利用VC实现了文字的倾斜显示。-Under normal circumstances the level of the text is displayed, this program implements the use of VC tilt display text.
Platform: | Size: 24576 | Author: lisong | Hits:

[ActiveX/DCOM/ATLATimer

Description: 高精度定时器,精度达到10ms.可以在VB6中调用,解决VB6中无法满足小于50ms级别的定时问题-High-precision timer, accuracy of 10ms. You can call in VB6 to solve VB6 can not meet the less than 50ms-level timing issues
Platform: | Size: 35840 | Author: Qin | Hits:

[TreeViewCE092

Description: 本程序可以实现多视功能,并且,可以实现不同类的视图的统一显示,增加了界面的显示层次。-This program can achieve multiple visual function, and, can achieve a unified view of different types of shows, increasing the display level of the interface.
Platform: | Size: 1976320 | Author: 蒋海波 | Hits:

[Special Effectspls

Description: A Particle Level Set Library
Platform: | Size: 1035264 | Author: jaws | Hits:

[Graph programFP

Description: 指纹识别的底层API函数集,生成DLL,供高层调用-Fingerprint set of the underlying API functions to generate DLL, for the high-level call
Platform: | Size: 3624960 | Author: 刘健 | Hits:

[GUI DevelopLevelSetMFC-program

Description: levelset的MFC代码,根据MATLAB代码自己编的,很好用!-the program of level set-based MFC
Platform: | Size: 43008 | Author: qiqiu | Hits:

[OtherMatrix

Description: 实现矩阵的各种高级运算,加减乘除,转置,求逆-To achieve a variety of high-level matrix operations, addition and subtraction multiplication and division, transpose, inverse, etc.
Platform: | Size: 2124800 | Author: 暮楚 | Hits:

[Internet-Networknewleach

Description: 针对广泛流行的无线传感网络层次路由协议做了一点改进,算法的效率得到很大的改善,可以用NS2模拟一下-Popular for a wide range of wireless sensor network-level routing protocol to do a little improvement in the efficiency of the algorithm greatly improved, you can use NS2 simulation of what
Platform: | Size: 630784 | Author: liutianya | Hits:

[Database systemtestoci

Description: OCI(Oracle Call Interface)是ORACLE公司开发的一个应用程序开发工具,是一个通过访问Oracle数据库的服务器,控制各类SQL语句的执行,进而创建应用程序的的应用程序接口(API)。它支持SQL所有的数据定义,数据操作,查询,事务管理等操作,支持C和C++的数据类型,调用,语法和语义。它提供了一组可对Oracle数据库进行存取的接口子例程(函数)。 OCI程序实质上就是用高级语言写的程序,其特点是内部含有对OCI子函数库的调用,通过在第三代程序设计语言(如C语言)中进行调用可达到存取ORACLE数据库的目的。 本工程包含一个简单的oci封装,封装oci的基本操作,日常开发中对速度要求比较高而ado和普通的odbc方法满足不了要求的情况下可以考虑使用-OCI (Oracle Call Interface) was developed by an ORACLE application development tool, one by accessing the Oracle database server and control the implementation of various types of SQL statements, thereby creating the application s application program interface (API). It supports all SQL data definition, data manipulation, query, transaction management, operation, support C and C++, data types, call, syntax and semantics. It provides a set of Oracle database can access the interface sub-routines (functions). OCI program in essence is to use high-level language to write programs, characterized by an internal subroutine library that contains pairs of OCI calls, by the third-generation programming languages (such as the C language) in a call up to access the ORACLE database purposes. This project contains a simple oci packaging, packaging oci basic operations, the daily development of the speed is relatively high ado and odbc method can not satisfy the normal requirements of
Platform: | Size: 819200 | Author: 帽子 | Hits:

[Game Engineproject

Description: BSP+PORTAL+PVS室内游戏渲染引擎-a simple render engine using bsp+portal+pvs
Platform: | Size: 440320 | Author: wuchengwei | Hits:

[Game Programsnake

Description: 贪食蛇编程要点 1、每次刷屏时需要注意无效矩形区的大小和位置,一般取整条蛇最小坐标和最大坐标组成的矩形(包括蛇的头和身体) 2、蛇全身的运行轨迹应该参照蛇头的运行轨迹 3、蛇吃下东西之后身体各点的变化情况应该参照第一点的变化,即第一点发生变化之后下一时间段第二点发生变化,再下一时间段第三点发生变化,依此类推,直到最后一点发生变化结束 4、分数的计算变量:蛇吃的一般屎数量、蛇吃大屎的数量、游戏的难度级别 计算公式:(一般屎数量+大屎数量)*难度级别 5、一个问题:游戏的难度设置选项框和主窗口发生数据交换采用了两种方法,发送消息法和读写外部文件法,第三种选择就是采用全局变量,但都不是太好,有没有更合适的方式保证实现该功能的同时不致使程序显得晦涩难懂不易修改和维护-Snake programming essentials 1, each scraper requires attention invalid rectangle the size and location of the smallest snakes in general to take the whole composition of coordinates and the largest rectangular coordinates (including the snake s head and body) 2, snake body running track running track should refer to the snakeheads 3, snakes eat things that all the points after the changes in the body should have a similar change in the first point, that is the first point change in the next period of time after the changes in the second point, and then the next time a change in the third point, and so on , until the end of the last point to change 4, fractional calculation variables: the snake to eat feces in general the number of snakes to eat large amount of feces, the game s difficulty level of The formula: (number of normal feces feces+ large number of)* difficulty level 5, one problem: the difficulty of the game box and the main window to set options for data exchan
Platform: | Size: 1726464 | Author: jory | Hits:

[Consolebank-vc

Description: 学校让做的一个控制台程序 入门级别的,分享给大家,还不错的-Schools to do a console application entry-level, to share to everyone, but also a good
Platform: | Size: 1368064 | Author: 张敏 | Hits:

[Graph programcaiseheibai

Description: 256色转灰度图的VC++源代码,可以讲彩色图片转为黑白的处理过程-256-color turn gray level of the VC++ source code, you can talk about color images into black and white processing
Platform: | Size: 72704 | Author: 龚鹏鹏 | Hits:

[OS programMemory_src

Description: 现在要设计一个MemPool(Pool是一个循环链表并平分为N个Chunk,每个Chunk都有一个读写锁),只有一个写线程负责往chunk里面写数据,N个读线程从chunk中读出数据-Now to design a MemPool (Pool is a circular linked list and the level is divided into N a Chunk, each Chunk has a read-write lock), and only one thread is writing to the chunk which is responsible for writing data, N threads reading from a chunk of sensed data
Platform: | Size: 15360 | Author: dong | Hits:

[Embeded-SCM DevelopFAT16

Description: FAT16文件系统免费C代码下载 1)兼容FAT16/FAT32文件系统,支持长文件名,多级目录,多盘操作,读写,创建,删除文件,盘遍厉等等功能 2)采用C代码编写,方便的移植于多种计算机应用平台,一般情况下只需编写额外磁盘的读写驱动,即可使用文件系统所有的功能。 3)具备文件数据块缓冲功能:1)读文件时,读位置在数据块缓冲内,即可直接从数据块缓冲中读取数据,而不需读物理磁盘,加快了读取文件的速度;而且,文件数据块缓冲的大小可由编译宏EnableFileBuf,TotalFileBUFsQTYeachFCB,FileBUFSize来控制。 4)支持打开多达254个文件;同时,最大允许打开文件数目由编译宏MaximumFCB设定。 5)支持多任务下文件的并发存取:即一个文件可同时被多个任务引用,其中只有第一个引用文件的任务可得到文件的读写完全权限,因此,实现文件了多任务环境下的并发存取。 (FAT16代码为免费代码,用户可用于产品上,并拥有修改的权利! 本代码有FAT32(兼容FAT16)和多盘的收费版本, 如果需要,请与本人联系!qq:292942278,E-MAIL:tony_yang123@sina.com.cn)-FAT16 file system, C code for free download 1) Compatible FAT16/FAT32 file system, support long file names, multi-level directory, multi-disk operations, read and write, create, delete files, disk and so on over the function of Li 2) using C coding to facilitate transplantation in a variety of computer application platform, under normal circumstances only the development of additional disk drives to read and write, you can use the file system for all functions. 3) Have the file data block buffer functions: 1) read the file, read the location data block buffer, the buffer can be directly read from the data block of data without having to read physical disk, speed up the speed of reading the file Moreover, the file data block size of the buffer can be compiled macro EnableFileBuf, TotalFileBUFsQTYeachFCB, FileBUFSize to control. 4) support to open up to 254 documents the same time, the maximum allowable number of open files by the compiler macro MaximumFCB settings. 5) Supp
Platform: | Size: 454656 | Author: 6756 | Hits:

[OtherLList

Description: 本程序是关于链表的,它实现链表的插入,删除,定义空表,本程序用了类模板,层次清晰,容易理解。-This program is on the list, and it implements the linked list insert, delete, define an empty table, the program uses a class template, the level clear, easy to understand.
Platform: | Size: 6144 | Author: 慧灵 | Hits:

[Internet-NetworkTraceRoute

Description: 路由器的自动路由代码,对于学习高级网络编程具有很好的启发作用-The router automatically routing code, for learning high-level network programming has a very good instructive
Platform: | Size: 15360 | Author: 赵建波 | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net